home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFCOPYMOVECHANNELDLG / TFCOPYMOVECHANNELDLG.txt
Text File  |  2004-05-31  |  1KB  |  77 lines

  1. object fCopyMoveChannelDlg: TfCopyMoveChannelDlg
  2.   Left = 400
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   Caption = 'fCopyMoveChannelDlg'
  6.   ClientHeight = 391
  7.   ClientWidth = 451
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object bvlBottom: TBevel
  21.     Left = 0
  22.     Top = 341
  23.     Width = 451
  24.     Height = 50
  25.     Align = alBottom
  26.     Shape = bsTopLine
  27.   end
  28.   object lstListings: TnbListingListBox
  29.     Left = 17
  30.     Top = 74
  31.     Width = 417
  32.     Height = 253
  33.     Style = lbOwnerDrawVariable
  34.     ItemHeight = 13
  35.     TabOrder = 2
  36.     OnDblClick = btnOKClick
  37.   end
  38.   object optCopy: TRadioButton
  39.     Left = 17
  40.     Top = 18
  41.     Width = 417
  42.     Height = 17
  43.     Caption = 'optCopy'
  44.     Checked = True
  45.     TabOrder = 0
  46.     TabStop = True
  47.   end
  48.   object optMove: TRadioButton
  49.     Left = 17
  50.     Top = 42
  51.     Width = 417
  52.     Height = 17
  53.     Caption = 'optMove'
  54.     TabOrder = 1
  55.   end
  56.   object btnOK: TButton
  57.     Left = 276
  58.     Top = 354
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'btnOK'
  62.     Default = True
  63.     TabOrder = 3
  64.     OnClick = btnOKClick
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 360
  68.     Top = 354
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'btnCancel'
  73.     ModalResult = 2
  74.     TabOrder = 4
  75.   end
  76. end
  77.